home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 83
/
(Vol 83) My Disc.iso
/
Games
/
drying.swf
/
scripts
/
frame_132
/
PlaceObject2_208_946
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2008-08-08
|
261b
|
17 lines
onClipEvent(enterFrame){
if(turm == tmpTurm)
{
_root.mcBackground.nextFrame();
_root.score -= 30;
if(_root.score < 0)
{
_root.score = 0;
}
tmpTurm = 0;
}
else
{
tmpTurm++;
}
}